build/buildbot: Supress AM_PROG_LIBTOOL warning with autoconf 2.68
authorMartin Nordholts <martinn@src.gnome.org>
Wed, 29 Sep 2010 20:19:46 +0000 (22:19 +0200)
committerMartin Nordholts <martinn@src.gnome.org>
Wed, 29 Sep 2010 20:20:03 +0000 (22:20 +0200)
build/buildbot/suppressed-warnings.txt

index d257a714be0b3cad673354373339e3e737b193fb..ed7082ae8eff753e07acb0851e29d2fee08dc678 100644 (file)
@@ -2,6 +2,8 @@
 
 # These doesn't seem like important warnings, we typically get them
 # during make distcheck when the test install is performed
-
 :    ^libtool: install: warning: relinking `.*'$
 :    ^libtool: install: warning: remember to run `libtool --finish .*_inst.*'$
+
+# Comes from AM_PROG_LIBTOOL, not much we can do
+:    ^configure.ac:105: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body$